home *** CD-ROM | disk | FTP | other *** search
- Path: zippy.cais.net!news
- From: mgeiger@drsystems.com (Mark Geiger)
- Newsgroups: comp.lang.c
- Subject: Re: strange problem with strcpy()
- Date: Mon, 01 Jan 1996 20:19:58 GMT
- Organization: Capital Area Internet Service info@cais.com 703-448-4470
- Message-ID: <4c9ita$chg@zippy.cais.net>
- References: <DKFsII.FyJ@iglou.com> <30e62ceb.8255139@ixnews1.ix.netcom.com> <DKGz2u.8rs@iglou.com>
- Reply-To: mgeiger@drsystems.com
- NNTP-Posting-Host: 205.252.35.151
- X-Newsreader: Forte Free Agent 1.0.82
-
- quare@iglou2.iglou.com (quare) wrote:
-
- [snip]
-
- >I am dynamically realloc()'ing more space as the need arises (i start out
- >with space for 50 files). If more than 50 files are read in, I realloc()
- >for sizeof(struct find_t) * (50 + current_file_count). The realloc call
- >never fails (at least not while I'm debugging it). I will post the code
- >if anyone thinks they might know the problem (it's less than 100 lines).
-
- >--
- >!quare
-
- I think the only way that we can help you is to see the code. Go
- ahead and post it.
-
-